From 7c21974009afee1ef65ee1acd61ebd714ac18773 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Wed, 10 Nov 2010 11:35:34 +0100 Subject: [PATCH] gtk_dialog_get_content_area(): Fix the docs. This returns a GtkBox now, not a GtkVBox. Language bindings may need to adjust their APIs accordingly. --- gtk/gtkdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index b5863263f0..22c32ce5fe 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -1412,7 +1412,7 @@ gtk_dialog_get_action_area (GtkDialog *dialog) * * Returns the content area of @dialog. * - * Returns: (transfer none): the content area #GtkVBox. + * Returns: (transfer none): the content area #GtkBox. * * Since: 2.14 **/ -- 2.30.2